From: Markus Rost Date: Fri, 29 Nov 2002 18:01:54 +0000 (+0000) Subject: (mouse-wheel-inhibit-click-time): Fix custom type. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29461 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=190276e0126395c87b70500fa4016f59b98b973a;p=emacs.git (mouse-wheel-inhibit-click-time): Fix custom type. --- diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 478b778bc2b..546d27dd345 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -93,7 +93,7 @@ set to the event sent when clicking on the mouse wheel button." (defcustom mouse-wheel-inhibit-click-time 0.35 "Time in seconds to inhibit clicking on mouse wheel button after scroll." :group 'mouse - :type 'float) + :type 'number) (defcustom mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil)) "Amount to scroll windows by when spinning the mouse wheel.